home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1994, Black Adder Research, Inc. This source code may be
- * redistributed and modified with one restriction - do not claim that
- * you wrote it.
- *
- * Black Adder Research, Inc.
- * 730 Norell Ave. North
- * Stillwater, MN 55082
- *
- */
-
-
- #import <objc/Object.h>
- #import <sys/param.h>
- #import <appkit/graphics.h>
-
- @interface Controller:Object
- {
- /* empty */
- }
-
- - openRequest:sender;
- - (BOOL)openFile:(char *)srcName;
- - getAVIFrameSize: (NXSize *) fSize forFile: (char *) aviFile;
- - getMPEGFrameSize: (NXSize *) fSize forFile: (char *) mpegFile;
- - playAgain: sender;
- - (BOOL)appAcceptsAnotherFile:sender;
- - (int) appOpenFile:(const char *)filename type:(const char *)aType;
-
- @end
-